projects
/
feed
/
video.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d9d4a9
)
qt5/common: only apply pkg-defaults for official modules
author
Mirko Vogt
<
[email protected]
>
Sun, 18 May 2025 21:18:20 +0000
(21:18 +0000)
committer
Mirko Vogt
<
[email protected]
>
Thu, 22 May 2025 10:58:15 +0000
(10:58 +0000)
Determined by PKG_NAME starting with "qt5".
frameworks/qt5/common.mk
patch
|
blob
|
history
diff --git
a/frameworks/qt5/common.mk
b/frameworks/qt5/common.mk
index b4c694e622f85d31243ef275396feb9ff3644f07..631af12621bc0913bbcfc06542855e371411d84b 100644
(file)
--- a/
frameworks/qt5/common.mk
+++ b/
frameworks/qt5/common.mk
@@
-49,7
+49,8
@@
QT_HOSTPKG_QML:=$(QT_HOSTPKG_ARCHDATA)/qml
QT_HOSTPKG_EXAMPLES:=$(QT_HOSTPKG_ARCHDATA)/examples
QT_HOSTPKG_DEMOS:=$(QT_HOSTPKG_EXAMPLES)
-# PKG defaults
+ifeq (qt, $(firstword $(subst 5, ,$(PKG_NAME))))
+# PKG defaults for official Qt modules
PKG_VERSION?=5.15.16
@@
-68,6
+69,7
@@
HOST_BUILD_PARALLEL?=1
PKG_BUILD_FLAGS?=no-mips16
PKG_INSTALL?=1
+endif
define Build/Install/Headers
$(INSTALL_DIR) \